home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20020314-20021006 / 000320_fdc@columbia.edu_Mon Aug 26 11:59:23 EDT 2002.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  62 lines

  1. Article: 13651 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: Absolute filenames are relative in C-Kermit?
  6. Date: 26 Aug 2002 11:59:04 -0400
  7. Organization: Columbia University
  8. Lines: 45
  9. Message-ID: <akdj88$b9v$1@watsol.cc.columbia.edu>
  10. References: <ulm6umoav.fsf@att.net>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1030377546 14724 128.59.39.139 (26 Aug 2002 15:59:06 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 26 Aug 2002 15:59:06 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13651
  16.  
  17. In article <ulm6umoav.fsf@att.net>,
  18. Thomas A. Horsley <tom.horsley@att.net> wrote:
  19. : Running Kermit 95 2.0 on Windows XP talking to C-Kermit 8.0.201 on
  20. : redhat linux 7.1.
  21. : C-Kermit is running in server mode.
  22. : If I issue a command in k95 like:
  23. : send h:/foo/bar.text /home/tom/bar.txt
  24. : I wind up with a file on the linux box in
  25. : /home/tom/home/tom/bar.txt
  26. : (C-Kermit was started up in the directory /home/tom).
  27. : Is this really the intended behavior?
  28. Yes.
  29.  
  30. : I sort of hoped an absolute filename spec would be interpreted
  31. : as really absolute.
  32. You have to tell the file receiver that you want that:
  33.  
  34.   SET RECEIVE PATHNAMES ABSOLUTE
  35.  
  36. See:
  37.  
  38.   http://www.columbia.edu/kermit/ckermit70.html#x4.10
  39.  
  40. : P.S. The "kermacs" kermit<->emacs interface is still humming along.
  41. : I've got remote directory tracking for shell interaction working
  42. : and simple get and put file transfers functioning. Still bazillions
  43. : of details left, but I can imagine that it will really get there
  44. : someday. I'm still sticking snapshots in:
  45. :    http://home.att.net/~Tom.Horsley/kermacs.tar.gz
  46. Very cool.  Do you have any helpers yet?  Maybe if you posted a list
  47. of tasks that EMACS LISP or Kermit script programmers could help with,
  48. it could become a community project.
  49.  
  50. - Frank
  51.